Package com.google.cloud.vmmigration.v1
Interface FetchInventoryRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FetchInventoryRequest
,FetchInventoryRequest.Builder
public interface FetchInventoryRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
getForceRefresh()
If this flag is set to true, the source will be queried instead of using cached results.String
getSource()
Required.com.google.protobuf.ByteString
getSourceBytes()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getSource
String getSource()
Required. The name of the Source.
string source = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Returns:
- The source.
-
getSourceBytes
com.google.protobuf.ByteString getSourceBytes()
Required. The name of the Source.
string source = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
- Returns:
- The bytes for source.
-
getForceRefresh
boolean getForceRefresh()
If this flag is set to true, the source will be queried instead of using cached results. Using this flag will make the call slower.
bool force_refresh = 2;
- Returns:
- The forceRefresh.
-
-