Package com.google.cloud.compute.v1
Interface ShareSettingsProjectConfigOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ShareSettingsProjectConfig
,ShareSettingsProjectConfig.Builder
public interface ShareSettingsProjectConfigOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getProjectId()
The project ID, should be same as the key of this project config in the parent map.com.google.protobuf.ByteString
getProjectIdBytes()
The project ID, should be same as the key of this project config in the parent map.boolean
hasProjectId()
The project ID, should be same as the key of this project config in the parent map.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasProjectId
boolean hasProjectId()
The project ID, should be same as the key of this project config in the parent map.
optional string project_id = 177513473;
- Returns:
- Whether the projectId field is set.
-
getProjectId
String getProjectId()
The project ID, should be same as the key of this project config in the parent map.
optional string project_id = 177513473;
- Returns:
- The projectId.
-
getProjectIdBytes
com.google.protobuf.ByteString getProjectIdBytes()
The project ID, should be same as the key of this project config in the parent map.
optional string project_id = 177513473;
- Returns:
- The bytes for projectId.
-
-