public interface AnalyzeMoveRequestOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getDestinationParent()
Required.
|
ByteString |
getDestinationParentBytes()
Required.
|
String |
getResource()
Required.
|
ByteString |
getResourceBytes()
Required.
|
AnalyzeMoveRequest.AnalysisView |
getView()
Analysis view indicating what information should be included in the
analysis response.
|
int |
getViewValue()
Analysis view indicating what information should be included in the
analysis response.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getResource()
Required. Name of the resource to perform the analysis against. Only GCP Project are supported as of today. Hence, this can only be Project ID (such as "projects/my-project-id") or a Project Number (such as "projects/12345").
string resource = 1 [(.google.api.field_behavior) = REQUIRED];
ByteString getResourceBytes()
Required. Name of the resource to perform the analysis against. Only GCP Project are supported as of today. Hence, this can only be Project ID (such as "projects/my-project-id") or a Project Number (such as "projects/12345").
string resource = 1 [(.google.api.field_behavior) = REQUIRED];
String getDestinationParent()
Required. Name of the GCP Folder or Organization to reparent the target resource. The analysis will be performed against hypothetically moving the resource to this specified desitination parent. This can only be a Folder number (such as "folders/123") or an Organization number (such as "organizations/123").
string destination_parent = 2 [(.google.api.field_behavior) = REQUIRED];
ByteString getDestinationParentBytes()
Required. Name of the GCP Folder or Organization to reparent the target resource. The analysis will be performed against hypothetically moving the resource to this specified desitination parent. This can only be a Folder number (such as "folders/123") or an Organization number (such as "organizations/123").
string destination_parent = 2 [(.google.api.field_behavior) = REQUIRED];
int getViewValue()
Analysis view indicating what information should be included in the analysis response. If unspecified, the default view is FULL.
.google.cloud.asset.v1.AnalyzeMoveRequest.AnalysisView view = 3;
AnalyzeMoveRequest.AnalysisView getView()
Analysis view indicating what information should be included in the analysis response. If unspecified, the default view is FULL.
.google.cloud.asset.v1.AnalyzeMoveRequest.AnalysisView view = 3;
Copyright © 2022 Google LLC. All rights reserved.