Interface InterfaceOrBuilder (0.2.0)

public interface InterfaceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getProtocolBinding()

public abstract Interface.ProtocolBinding getProtocolBinding()

Required. The protocol binding of the interface.

.google.cloud.agentregistry.v1.Interface.ProtocolBinding protocol_binding = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Interface.ProtocolBinding

The protocolBinding.

getProtocolBindingValue()

public abstract int getProtocolBindingValue()

Required. The protocol binding of the interface.

.google.cloud.agentregistry.v1.Interface.ProtocolBinding protocol_binding = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The enum numeric value on the wire for protocolBinding.

getUrl()

public abstract String getUrl()

Required. The destination URL.

string url = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The url.

getUrlBytes()

public abstract ByteString getUrlBytes()

Required. The destination URL.

string url = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for url.