public interface AbortInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AbortInfo.Cause |
getCause()
Causes that the analysis is aborted.
|
int |
getCauseValue()
Causes that the analysis is aborted.
|
String |
getProjectsMissingPermission(int index)
List of project IDs that the user has specified in the request but does
not have permission to access network configs.
|
com.google.protobuf.ByteString |
getProjectsMissingPermissionBytes(int index)
List of project IDs that the user has specified in the request but does
not have permission to access network configs.
|
int |
getProjectsMissingPermissionCount()
List of project IDs that the user has specified in the request but does
not have permission to access network configs.
|
List<String> |
getProjectsMissingPermissionList()
List of project IDs that the user has specified in the request but does
not have permission to access network configs.
|
String |
getResourceUri()
URI of the resource that caused the abort.
|
com.google.protobuf.ByteString |
getResourceUriBytes()
URI of the resource that caused the abort.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getCauseValue()
Causes that the analysis is aborted.
.google.cloud.networkmanagement.v1beta1.AbortInfo.Cause cause = 1;AbortInfo.Cause getCause()
Causes that the analysis is aborted.
.google.cloud.networkmanagement.v1beta1.AbortInfo.Cause cause = 1;String getResourceUri()
URI of the resource that caused the abort.
string resource_uri = 2;com.google.protobuf.ByteString getResourceUriBytes()
URI of the resource that caused the abort.
string resource_uri = 2;List<String> getProjectsMissingPermissionList()
List of project IDs that the user has specified in the request but does not have permission to access network configs. Analysis is aborted in this case with the PERMISSION_DENIED cause.
repeated string projects_missing_permission = 3;int getProjectsMissingPermissionCount()
List of project IDs that the user has specified in the request but does not have permission to access network configs. Analysis is aborted in this case with the PERMISSION_DENIED cause.
repeated string projects_missing_permission = 3;String getProjectsMissingPermission(int index)
List of project IDs that the user has specified in the request but does not have permission to access network configs. Analysis is aborted in this case with the PERMISSION_DENIED cause.
repeated string projects_missing_permission = 3;index - The index of the element to return.com.google.protobuf.ByteString getProjectsMissingPermissionBytes(int index)
List of project IDs that the user has specified in the request but does not have permission to access network configs. Analysis is aborted in this case with the PERMISSION_DENIED cause.
repeated string projects_missing_permission = 3;index - The index of the value to return.Copyright © 2022 Google LLC. All rights reserved.