public final class CreateEndpointPolicyRequest extends GeneratedMessageV3 implements CreateEndpointPolicyRequestOrBuilder
Request used with the CreateEndpointPolicy method.
Protobuf type google.cloud.networkservices.v1.CreateEndpointPolicyRequest
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
ENDPOINT_POLICY_FIELD_NUMBER
public static final int ENDPOINT_POLICY_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
ENDPOINT_POLICY_ID_FIELD_NUMBER
public static final int ENDPOINT_POLICY_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 CreateEndpointPolicyRequest getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static CreateEndpointPolicyRequest.Builder newBuilder()
newBuilder(CreateEndpointPolicyRequest prototype)
public static CreateEndpointPolicyRequest.Builder newBuilder(CreateEndpointPolicyRequest prototype)
public static CreateEndpointPolicyRequest parseDelimitedFrom(InputStream input)
public static CreateEndpointPolicyRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static CreateEndpointPolicyRequest parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static CreateEndpointPolicyRequest parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static CreateEndpointPolicyRequest parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CreateEndpointPolicyRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CreateEndpointPolicyRequest parseFrom(CodedInputStream input)
public static CreateEndpointPolicyRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static CreateEndpointPolicyRequest parseFrom(InputStream input)
public static CreateEndpointPolicyRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static CreateEndpointPolicyRequest parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static CreateEndpointPolicyRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<CreateEndpointPolicyRequest> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public CreateEndpointPolicyRequest getDefaultInstanceForType()
getEndpointPolicy()
public EndpointPolicy getEndpointPolicy()
Required. EndpointPolicy resource to be created.
.google.cloud.networkservices.v1.EndpointPolicy endpoint_policy = 3 [(.google.api.field_behavior) = REQUIRED];
getEndpointPolicyId()
public String getEndpointPolicyId()
Required. Short name of the EndpointPolicy resource to be created.
E.g. "CustomECS".
string endpoint_policy_id = 2 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
String |
The endpointPolicyId.
|
getEndpointPolicyIdBytes()
public ByteString getEndpointPolicyIdBytes()
Required. Short name of the EndpointPolicy resource to be created.
E.g. "CustomECS".
string endpoint_policy_id = 2 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
ByteString |
The bytes for endpointPolicyId.
|
getEndpointPolicyOrBuilder()
public EndpointPolicyOrBuilder getEndpointPolicyOrBuilder()
Required. EndpointPolicy resource to be created.
.google.cloud.networkservices.v1.EndpointPolicy endpoint_policy = 3 [(.google.api.field_behavior) = REQUIRED];
getParent()
public String getParent()
Required. The parent resource of the EndpointPolicy. Must be in the
format projects/*/locations/global
.
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 of the EndpointPolicy. Must be in the
format projects/*/locations/global
.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
Returns |
Type |
Description |
ByteString |
The bytes for parent.
|
getParserForType()
public Parser<CreateEndpointPolicyRequest> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
hasEndpointPolicy()
public boolean hasEndpointPolicy()
Required. EndpointPolicy resource to be created.
.google.cloud.networkservices.v1.EndpointPolicy endpoint_policy = 3 [(.google.api.field_behavior) = REQUIRED];
Returns |
Type |
Description |
boolean |
Whether the endpointPolicy field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public CreateEndpointPolicyRequest.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected CreateEndpointPolicyRequest.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public CreateEndpointPolicyRequest.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides