Package com.google.cloud.gkehub.v1alpha2
Interface InitializeHubRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
InitializeHubRequest,InitializeHubRequest.Builder
public interface InitializeHubRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetProject()Required.com.google.protobuf.ByteStringgetProjectBytes()Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getProject
String getProject()
Required. The Hub to initialize, in the format `projects/*/locations/*/memberships/*`.
string project = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The project.
-
getProjectBytes
com.google.protobuf.ByteString getProjectBytes()
Required. The Hub to initialize, in the format `projects/*/locations/*/memberships/*`.
string project = 1 [(.google.api.field_behavior) = REQUIRED];- Returns:
- The bytes for project.
-
-