Interface BatchCreateAccessBindingsRequestOrBuilder (0.55.0)

public interface BatchCreateAccessBindingsRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getParent()

public abstract String getParent()

Required. The account or property that owns the access bindings. The parent field in the CreateAccessBindingRequest messages must either be empty or match this field. Formats:

  • accounts/{account}
  • properties/{property}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. The account or property that owns the access bindings. The parent field in the CreateAccessBindingRequest messages must either be empty or match this field. Formats:

  • accounts/{account}
  • properties/{property}

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for parent.

getRequests(int index)

public abstract CreateAccessBindingRequest getRequests(int index)

Required. The requests specifying the access bindings to create. A maximum of 1000 access bindings can be created in a batch.

repeated .google.analytics.admin.v1alpha.CreateAccessBindingRequest requests = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
CreateAccessBindingRequest

getRequestsCount()

public abstract int getRequestsCount()

Required. The requests specifying the access bindings to create. A maximum of 1000 access bindings can be created in a batch.

repeated .google.analytics.admin.v1alpha.CreateAccessBindingRequest requests = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

getRequestsList()

public abstract List<CreateAccessBindingRequest> getRequestsList()

Required. The requests specifying the access bindings to create. A maximum of 1000 access bindings can be created in a batch.

repeated .google.analytics.admin.v1alpha.CreateAccessBindingRequest requests = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<CreateAccessBindingRequest>

getRequestsOrBuilder(int index)

public abstract CreateAccessBindingRequestOrBuilder getRequestsOrBuilder(int index)

Required. The requests specifying the access bindings to create. A maximum of 1000 access bindings can be created in a batch.

repeated .google.analytics.admin.v1alpha.CreateAccessBindingRequest requests = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
index int
Returns
Type Description
CreateAccessBindingRequestOrBuilder

getRequestsOrBuilderList()

public abstract List<? extends CreateAccessBindingRequestOrBuilder> getRequestsOrBuilderList()

Required. The requests specifying the access bindings to create. A maximum of 1000 access bindings can be created in a batch.

repeated .google.analytics.admin.v1alpha.CreateAccessBindingRequest requests = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
List<? extends com.google.analytics.admin.v1alpha.CreateAccessBindingRequestOrBuilder>