public final class CreateApiHubInstanceRequest extends GeneratedMessageV3 implements CreateApiHubInstanceRequestOrBuilder
The
CreateApiHubInstance
method's request.
Protobuf type google.cloud.apihub.v1.CreateApiHubInstanceRequest
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
API_HUB_INSTANCE_FIELD_NUMBER
public static final int API_HUB_INSTANCE_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
API_HUB_INSTANCE_ID_FIELD_NUMBER
public static final int API_HUB_INSTANCE_ID_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
PARENT_FIELD_NUMBER
public static final int PARENT_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static CreateApiHubInstanceRequest getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static CreateApiHubInstanceRequest.Builder newBuilder()
newBuilder(CreateApiHubInstanceRequest prototype)
public static CreateApiHubInstanceRequest.Builder newBuilder(CreateApiHubInstanceRequest prototype)
public static CreateApiHubInstanceRequest parseDelimitedFrom(InputStream input)
public static CreateApiHubInstanceRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static CreateApiHubInstanceRequest parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static CreateApiHubInstanceRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static CreateApiHubInstanceRequest parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CreateApiHubInstanceRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CreateApiHubInstanceRequest parseFrom(CodedInputStream input)
public static CreateApiHubInstanceRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static CreateApiHubInstanceRequest parseFrom(InputStream input)
public static CreateApiHubInstanceRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static CreateApiHubInstanceRequest parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static CreateApiHubInstanceRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<CreateApiHubInstanceRequest> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getApiHubInstance()
public ApiHubInstance getApiHubInstance()
Required. The ApiHub instance.
.google.cloud.apihub.v1.ApiHubInstance api_hub_instance = 3 [(.google.api.field_behavior) = REQUIRED];
getApiHubInstanceId()
public String getApiHubInstanceId()
Optional. Identifier to assign to the Api Hub instance. Must be unique
within scope of the parent resource. If the field is not provided, system
generated id will be used.
This value should be 4-40 characters, and valid characters
are /a-z[0-9]-_/
.
string api_hub_instance_id = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
String |
The apiHubInstanceId.
|
getApiHubInstanceIdBytes()
public ByteString getApiHubInstanceIdBytes()
Optional. Identifier to assign to the Api Hub instance. Must be unique
within scope of the parent resource. If the field is not provided, system
generated id will be used.
This value should be 4-40 characters, and valid characters
are /a-z[0-9]-_/
.
string api_hub_instance_id = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns |
Type |
Description |
ByteString |
The bytes for apiHubInstanceId.
|
getApiHubInstanceOrBuilder()
public ApiHubInstanceOrBuilder getApiHubInstanceOrBuilder()
Required. The ApiHub instance.
.google.cloud.apihub.v1.ApiHubInstance api_hub_instance = 3 [(.google.api.field_behavior) = REQUIRED];
getDefaultInstanceForType()
public CreateApiHubInstanceRequest getDefaultInstanceForType()
getParent()
public String getParent()
Required. The parent resource for the Api Hub instance resource.
Format: projects/{project}/locations/{location}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
String |
The parent.
|
getParentBytes()
public ByteString getParentBytes()
Required. The parent resource for the Api Hub instance resource.
Format: projects/{project}/locations/{location}
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
ByteString |
The bytes for parent.
|
getParserForType()
public Parser<CreateApiHubInstanceRequest> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
hasApiHubInstance()
public boolean hasApiHubInstance()
Required. The ApiHub instance.
.google.cloud.apihub.v1.ApiHubInstance api_hub_instance = 3 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
boolean |
Whether the apiHubInstance field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public CreateApiHubInstanceRequest.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected CreateApiHubInstanceRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public CreateApiHubInstanceRequest.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides